SamplingHeapProfileSample

data class SamplingHeapProfileSample(size: Double, nodeId: Int, ordinal: Double)

A single sample from a sampling profile.

Constructors

SamplingHeapProfileSample
Link copied to clipboard
fun SamplingHeapProfileSample(size: Double, nodeId: Int, ordinal: Double)

Properties

nodeId
Link copied to clipboard
val nodeId: Int
Id of the corresponding profile tree node.
ordinal
Link copied to clipboard
val ordinal: Double
Time-ordered sample ordinal number.
size
Link copied to clipboard
val size: Double
Allocation size in bytes attributed to the sample.

Sources

jvm source
Link copied to clipboard